home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / SoftWindows / SoftWindows Hard Disk File C / WINDOWS / SYSTEM / SETUP.INF < prev    next >
Encoding:
INI File  |  1995-04-24  |  42.5 KB  |  1,139 lines

  1. [setup]
  2.     help = setup.hlp
  3.  
  4. ;   Place any programs here that should be run at the end of setup.
  5. ;   These apps will be run in order of their appearance here.
  6. [run]
  7.  
  8. [dialog]
  9.     caption   = "Windows Setup"
  10.     exit      = "Exit Windows Setup"
  11.     title     = "Installing Windows 3.1"
  12.     options   = "In addition to installing Windows 3.1, you can:"
  13.     printwait = "Please wait while Setup configures your printer(s)..."
  14.     copywait = "Welcome to Microsoft Windows 3.1!\n\n   - If you're new to Windows, see 'A Brief Tour of\n     Microsoft Windows' in the Getting Started book.\n\n   - If you've used Windows before, see 'New\n     in This Version' in the Getting Started book."
  15.  
  16.    copywait4="Make sure you register your copy of Microsoft Windows 3.1.\nWhen you register, Microsoft will:\n\n   - Notify you of product updates and new product releases.\n\n   - Send you a FREE Windows newsletter."
  17.  
  18.    copywait5 = "\n\nThis would be a great time to remove the serial number label\n from the inside back cover of the Getting Started with Windows\nbook and place it on your computer for future reference."
  19.  
  20. [data]
  21. ; Disk space required
  22. ; <type of setup>= <Full install space>, <Min install space>
  23.  
  24.     upd2x386full = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  25.     upd2x286full = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  26.     upd3x386full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  27.     upd3x286full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  28.                                     
  29.     new386full   = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  30.     new286full   = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  31.  
  32.     netadmin     = 16000000         ; 16.0 Mb
  33.     netadminupd  = 16000000         ; 16.0 Mb
  34.     upd2x386net  = 300000           ;   .3 Mb
  35.     upd3x386net  = 300000           ;   .3 Mb
  36.     upd2x286net  = 300000           ;   .3 Mb
  37.     upd3x286net  = 300000           ;   .3 Mb
  38.     new386net    = 300000,300000    ;  .3 Mb,  .3 Mb
  39.     new286net    = 300000,300000    ;  .3 Mb,  .3 Mb
  40.                                     
  41.  
  42.  
  43. ; Defaults used in setting up and names of a few files
  44.     startup   = WIN.COM
  45.     defdir    = C:\WINDOWS
  46.     shortname = Windows
  47.     welcome   = "Windows 3.1"
  48.     deflang   = enu
  49.     defxlat   = 437
  50.     defkeydll = usadll
  51.     register  = "regedit /s /u setup.reg"
  52.     tutor     = "wintutor.exe "
  53.     NetSetup  = FALSE
  54.     MouseDrv  = TRUE
  55.     Version   = "3.1.040"
  56.  
  57. ; This is data needed by the MS-DOS half of setup so that it can copy the
  58. ; proper kernel and start Windows for the GUI portion of setup.
  59. ;
  60. ; ** MS-DOS documentation says that first byte of command line for 4a call
  61. ; ** should be space. ==> in execcmd RHS leave first space as it is now
  62. [winexec]
  63.     execstd   = "dosx.exe "
  64.     execcmd   = " krnl286.exe /b /q:"
  65.     exechimem = "xmsmmgr.exe"
  66.     himemcmd  = ""
  67.     Krnl386   = 2:krnl386.exe
  68.     Krnl286   = 2:krnl286.exe
  69.     dosx      = 2:dosx.exe
  70.  
  71. ; Names of the disks Setup can prompt for.
  72. [disks]
  73.     1 =. ,"Drivers Disk",disk1
  74.     2 =. ,"Drivers Disk",disk2
  75.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  76.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  77.     5 =. ,"Drivers Disk",disk5
  78.     6 =. ,"Additional Drivers Disk",disk6
  79.  
  80. [oemdisks]
  81.     Z =. ,"HP DeskJet Series v2.0 disk (from printer box or contact HP)",diskz
  82.  
  83. [user]
  84.     3:setup.ini, noupdate
  85.  
  86. [windows]
  87.     1:setup.hlp
  88.     1:setup.txt
  89.     1:win.src,    Net
  90.     1:system.src, Net
  91.     1:winhelp.exe
  92.     2:control.hlp
  93.  
  94. [windows.system]
  95.     1:gdi.exe
  96.     2:user.exe
  97.     1:win.cnf
  98.     2:lzexpand.dll
  99.     2:ver.dll
  100.  
  101. [windows.system.386]
  102.     1:cpwin386.cpl
  103.  
  104. [386max]
  105.     2:386max.vxd
  106.     2:windows.lod
  107.  
  108. [bluemax]
  109.     2:bluemax.vxd
  110.     2:windows.lod
  111.  
  112. [shell]
  113.     progman.exe,  "Program Manager"
  114.  
  115. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  116. : !!! The description strings should not be changed.
  117. ; !!! Changing description strings can result in old drivers not being
  118. ; !!! upgraded since Setup uses the description string to determine what
  119. ; !!! driver is installed and whether a new, upgraded driver is provided
  120. ; !!! with this version of Windows.
  121. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  122. ;
  123.  
  124. [display]
  125. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  126. ;
  127. vgahires = 1:spcmswd.drv,  "Insignia Display",                                "133,96,72",   1:vgacolor.2gr, 1:vgalogo.lgo,   1:vddvga.386,   1:vga.3gr,    2:ega.SYS, 1:vgalogo.rle
  128.  
  129. ;
  130. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  131. ;
  132. ; File, Destination, .ini file, Section, LHS, RHS
  133. ;
  134. ; Where:    x:File      = Optional; file to be copied, may be left null.
  135. ;           Destination = 0: for windows root or 0:system for system subdir
  136. ;                          where file is to be copied.
  137. ;           .ini file   = Optional; .ini file to be modified or created.
  138. ;                          Must be included if following parameters specified.
  139. ;           Section     = Section of .ini file to be modified.
  140. ;           OldLine     = Optional; old line to be removed from the .ini file.
  141. ;                          Only one occurence of the specified string is removed.
  142. ;           NewLine     = New text line to be written to the .ini file.
  143. ;
  144. ;[v7vga]
  145. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"
  146.  
  147. [vgamono]
  148. ,,system.ini,386enh,"vgamono=","vgamono=TRUE"
  149.  
  150. [tiga1]
  151. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=1"
  152.  
  153. [tiga2]
  154. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=0"
  155.  
  156. [v7b]
  157. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
  158. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  159.  
  160. [v7c]
  161. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
  162. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  163.  
  164. [v7d]
  165. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
  166. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  167.  
  168. [v7e]
  169. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  170. ,,system.ini,v7vga.drv,"FontSize=","FontSize=large"
  171.  
  172. [v7f]
  173. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  174. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  175.  
  176. [xgasm]
  177. ,,system.ini,XGA_Display,"XGA_Resolution=",
  178. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  179.  
  180. [xgalg]
  181. ,,system.ini,XGA_Display,"XGA_Resolution=",
  182. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"
  183.  
  184. [xgalo]
  185. ,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
  186. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  187.  
  188. ; copy these fonts depending on the 386 grabber being used
  189. [VGA.3gr]
  190. 2:CGA40WOA.FON,2:CGA40850.FON
  191. 2:CGA80WOA.FON,2:CGA80850.FON
  192. 2:EGA40WOA.FON,2:EGA40850.FON
  193. 2:EGA80WOA.FON,2:EGA80850.FON
  194.  
  195. [VGA30.3gr]
  196. 2:CGA40WOA.FON,2:CGA40850.FON
  197. 2:CGA80WOA.FON,2:CGA80850.FON
  198. 2:EGA40WOA.FON,2:EGA40850.FON
  199. 2:EGA80WOA.FON,2:EGA80850.FON
  200.  
  201. [V7VGA.3gr]
  202. 2:CGA40WOA.FON,2:CGA40850.FON
  203. 2:CGA80WOA.FON,2:CGA80850.FON
  204. 2:EGA40WOA.FON,2:EGA40850.FON
  205. 2:EGA80WOA.FON,2:EGA80850.FON
  206.  
  207. [EGA.3gr]
  208. 2:CGA40WOA.FON,2:CGA40850.FON
  209. 2:CGA80WOA.FON,2:CGA80850.FON
  210. 2:EGA40WOA.FON,2:EGA40850.FON
  211. 2:EGA80WOA.FON,2:EGA80850.FON
  212.  
  213. [vgadib.3gr]
  214. 2:CGA40WOA.FON,2:CGA40850.FON
  215. 2:CGA80WOA.FON,2:CGA80850.FON
  216. 2:EGA40WOA.FON,2:EGA40850.FON
  217. 2:EGA80WOA.FON,2:EGA80850.FON
  218.  
  219. [PLASMA.3gr]
  220. 2:EGA40WOA.FON,2:EGA40850.FON
  221. 2:EGA80WOA.FON,2:EGA80850.FON
  222.  
  223. [HERC.3gr]
  224. 2:HERCWOA.FON,2:HERC850.FON
  225.  
  226. [TIGA.3GR]
  227. 2:CGA40WOA.FON,2:CGA40850.FON
  228. 2:CGA80WOA.FON,2:CGA80850.FON
  229. 2:EGA40WOA.FON,2:EGA40850.FON
  230. 2:EGA80WOA.FON,2:EGA80850.FON
  231.  
  232. [keyboard.drivers]
  233. kbd   = 2:keyboard.drv
  234.  
  235. [keyboard.types]
  236. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  237.  
  238. [keyboard.tables]
  239. beldll = 2:kbdbe.dll , "Belgian"
  240. bridll = 2:kbduk.dll , "British"
  241. cafdll = 2:kbdfc.dll , "Canadian Multilingual"
  242. dandll = 2:kbdda.dll , "Danish"
  243. dutdll = 2:kbdne.dll , "Dutch"
  244. findll = 2:kbdfi.dll , "Finnish"
  245. fredll = 2:kbdfr.dll , "French"
  246. candll = 2:kbdca.dll , "French Canadian"
  247. gerdll = 2:kbdgr.dll , "German"
  248. icedll = 2:kbdic.dll , "Icelandic"
  249. itadll = 2:kbdit.dll , "Italian"
  250. latdll = 2:kbdla.dll , "Latin American"
  251. nordll = 2:kbdno.dll , "Norwegian"
  252. pordll = 2:kbdpo.dll , "Portuguese"
  253. spadll = 2:kbdsp.dll , "Spanish"
  254. swedll = 2:kbdsw.dll , "Swedish"
  255. swfdll = 2:kbdsf.dll , "Swiss French"
  256. swgdll = 2:kbdsg.dll , "Swiss German"
  257. nodll  =             , "US"
  258. usadll = 2:kbdus.dll , "US"
  259. usddll = 2:kbddv.dll , "US-Dvorak"
  260. usxdll = 2:kbdusx.dll, "US-International"
  261.  
  262. [codepages]
  263. ;       Xlat Table     OEM Font      WOA Font     Description
  264. 863 = 2:xlat863.bin, 2:vga863.fon, 1:app850.fon, "Canadian-French (863)"
  265. 861 = 2:xlat861.bin, 2:vga861.fon, 1:app850.fon, "Icelandic (861)"
  266. 865 = 2:xlat865.bin, 2:vga865.fon, 1:app850.fon, "Nordic (865)"
  267. 850 = 2:xlat850.bin, 2:vga850.fon, 1:app850.fon, "Multi-Lingual (850)"
  268. 860 = 2:xlat860.bin, 2:vga860.fon, 1:app850.fon, "Portuguese (860)"
  269. 437 =              ,             , 2:dosapp.fon, "English (437)"
  270.  
  271. [pointing.device]
  272. ;
  273. ; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
  274. ;       Please note, however, that if multiple VXD's are specified in the VMD field
  275. ;       they must be surrounded by double quotes (").
  276. ;
  277. ;profile =  mouse driver,   Mouse description,                 VMD,     Optional work section
  278. ;
  279. ps2mouse = 1:spcmswm.drv, "Insignia Mouse",                      x:*vmd
  280.  
  281. [lmouse]
  282. 2:lmouse.com,0:,,,,
  283.  
  284. [dos.mouse.drivers]
  285. mouse.sys   = 4:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
  286. mouse.com   = 4:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"
  287. mousehp.sys = 4:mousehp.SYS,   "HP Dos Mouse driver .SYS ver 7.XX"
  288. mousehp.com = 4:mousehp.com,   "HP Dos Mouse driver .COM ver 7.XX"
  289.  
  290. [network]
  291. ;Prof     = Driver, Description, HelpFile,OptFile,Optional section
  292. nonet     = ,"No Network Installed"                                ,,,nonet_stuff
  293. novell    = ,"Novell NetWare"
  294.  
  295.  
  296. [novell.versions]
  297. 00032100="shell versions 3.21 and above",,novell321
  298. 00032600="shell versions 3.26 and above",,novell326
  299.  
  300. [nonet_stuff]
  301. vxd=x:*dosnet,x:*vnetbios
  302.  
  303. [novell321]
  304. warning=2
  305. driver=2:netware.drv
  306. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  307. sysdir=2:netware.hlp,2:nwpopup.exe
  308. sysdir=2:ipx.obj,2:netx.com
  309. sysdir=2:ipxodi.com,2:lsl.com
  310. sysdir=2:tbmi2.com
  311. win.ini=windows,load,nwpopup.exe
  312. system.ini=386Enh,OverlappedIO=off
  313.  
  314. [novell326]
  315. driver=2:netware.drv
  316. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  317. sysdir=2:netware.hlp,2:nwpopup.exe
  318. sysdir=2:ipx.obj,2:netx.com
  319. sysdir=2:ipxodi.com,2:lsl.com
  320. sysdir=2:tbmi2.com
  321. win.ini=windows,load,nwpopup.exe
  322. system.ini=386Enh,OverlappedIO=off
  323.  
  324. [sysfonts]
  325. 1:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  326. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  327. 1:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  328.  
  329. [fixedfonts]
  330. 1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  331. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  332. 1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  333.  
  334. [oemfonts]
  335. 1:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  336. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  337. 1:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  338.  
  339. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  340. ;   directoy.
  341. ;
  342. ;   FORMAT      from,to
  343. ;
  344. ;   IE
  345. ;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
  346. ;       #386,       0:system  copy all files in the 386 SECTION to the
  347. ;
  348. ;
  349. [win.copy]
  350. ; copy this section for setup on 286 machines
  351.    #net,       0:
  352.    #win.shell, 0:
  353.    #win.other, 0:system
  354.  
  355. [win.copy.net]
  356. ; copy this section for network setup on 286 machines
  357.    #net,              0:
  358.  
  359. [win.copy.net.win386]
  360. ; copy this section for network setup on 386 machines
  361.    #net,       0:
  362.  
  363. [win.copy.win386]
  364. ; copy this section for full setup on 386 machines
  365.    #net,       0:
  366.    #win.shell, 0:
  367.    #pwin386,   0:system
  368.    #win.other, 0:system
  369.  
  370. [net]
  371.    5:CONTROL.SRC,    "Windows User Files"
  372.    5:WINVER
  373.  
  374. [win.devices]
  375. ; These devices will be copied on all machines
  376.    5:HIMEM.SYS,      "XMS Memory Manager"
  377.    4:SMARTDRV.EXE,   "Disk Caching Program"
  378.    4:RAMDRIVE.SYS,   "RAM Drive Program"
  379.  
  380. [win.devices.win386]
  381. ; These devices will be copied on 386 machines only
  382.    5:HIMEM.SYS,      "XMS Memory Manager"
  383.    4:EMM386.EXE,     "LIM Expanded Memory Manager"
  384.    4:SMARTDRV.EXE,   "Disk Caching Program"
  385.    4:RAMDRIVE.SYS,   "RAM Drive Program"
  386.  
  387. [win.other]
  388.    5:WINOLDAP.MOD,   "Windows Drivers"
  389.    4:WIN87EM.DLL
  390.    5:SYSEDIT.EXE
  391.    4:COMMDLG.DLL
  392.    4:DDEML.DLL
  393.    5:OLECLI.DLL
  394.    4:OLESVR.DLL
  395.    4:DSWAP.EXE
  396.    5:WSWAP.EXE
  397.    5:SETUP.REG
  398.    4:SHELL.DLL
  399.    4:MAIN.CPL
  400.    4:MIDIMAP.DRV
  401.    4:MIDIMAP.CFG
  402.    4:SND.CPL
  403.    4:DRIVERS.CPL
  404.    4:MMSYSTEM.DLL
  405.    5:MMTASK.TSK
  406.    3:TIMER.DRV
  407.    4:MCISEQ.DRV
  408.    4:MCIWAVE.DRV
  409.    5:CONTROL.INF
  410.    4:APPS.INF
  411.    5:TOOLHELP.DLL
  412.  
  413. [win.shell]
  414.    4:PROGMAN.EXE,    "Program Manager"
  415.    5:TASKMAN.EXE,    "Task Manager"
  416.    3:WINFILE.EXE,    "File Manager"
  417.    5:CLIPBRD.EXE,    "Clipboard Viewer"
  418.    5:CONTROL.EXE,    "Control Panel"
  419.    5:PIFEDIT.EXE,    "PIF Editor"
  420.    4:REGEDIT.EXE,    "Registration database"
  421.    4:PRINTMAN.EXE,   "Print Manager"
  422.    4:MSD.EXE,        "Microsoft Diagnostics"
  423.    5:msd.ini
  424.    3:WRITE.EXE,      "Write Word Processor"
  425.    3:WRITE.HLP,      "Write Word Processor Help"
  426.    3:moricons.dll    "Icons"
  427.  
  428. [pwin386]
  429.    4:WINOA386.MOD,   "386 Enhanced Mode files"
  430.    5:WIN386.PS2
  431.    4:WIN386.EXE
  432.    3:VTDAPI.386
  433.  
  434. [DelFiles]
  435. ;Statically initialize the list of files that will be DELETED during the
  436. ;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
  437. ;  (Wildcards accepted in list)
  438. ; The first files in the list are deleted from Windows system dir(local setup).
  439. ; Nb : Note that DelFiles section always is processed before RenFiles section.
  440.    tmsr?.fon
  441.    helv?.fon
  442.    swapfile.exe
  443.    kernel.exe
  444.    pmspl.dll
  445.    netapi.dll
  446.    midi.cpl
  447.    _default.pif
  448. ; All files in the list AFTER this point will be deleted from Windows dir.
  449. ; WARNING: The "..\" is needed, the code depends on it!!!
  450.    ..\setup.inf
  451.    shell.dll
  452.    olecli.dll
  453.    olesvr.dll
  454.    commdlg.dll
  455.    ver.dll
  456.    toolhelp.dll
  457.    *.pcl
  458.    3270.txt
  459.    networks.txt
  460.    printers.txt
  461.    readme.txt
  462.    sysini?.txt
  463.    winini?.txt
  464.    DRWATSON.EXE
  465. ; Various names for old Windows SETUP.EXE
  466.    SETUP.EXE
  467.    INSTALL.EXE
  468.    ASETTA.EXE
  469.    CONFIG.EXE
  470.    INSTALAR.EXE
  471.    KURMA.EXE
  472.  
  473. [RenFiles]
  474. ; Similar section but for file renaming to create .bak if needed
  475.    MIDIMAP.CFG,MIDIMAP.OLD
  476.    ADLIB.DRV,MSADLIB.DRV
  477.  
  478.  
  479. ; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
  480. ; all formatted as described below.
  481. ;
  482. ; X:FileName,      Description,     FileSize,   Profile String
  483. ;
  484. ; Where profile string is used by setup.exe to "lookup" the item in the
  485. ; appropiate progman groups section to determine if and how the item is
  486. ; to be added to a Program manager group via DDE. The profile string is
  487. ; also used to "lookup" and needed dependent files in the [win.dependents]
  488. ; section.
  489. ;
  490. [win.apps]
  491.    4:SMRTCPY.EXE,   "SmartCopy"                ,  4944,  scpy
  492.    3:CALC.EXE,     "Calculator"                ,  43072, calc
  493.    3:CALENDAR.EXE, "Calendar"                  ,  59824, calendar
  494.    3:CARDFILE.EXE, "Cardfile"                  ,  93184, cardfile
  495.    3:CLOCK.EXE,    "Clock"                     ,  16416, clock
  496.    3:NOTEPAD.EXE,  "Notepad"                   ,  32736, notepad
  497.    3:PBRUSH.EXE,   "Paintbrush"                , 183376, pbrush
  498.    4:TERMINAL.EXE, "Terminal"                  , 148160, terminal
  499.    3:CALC.HLP,     "Calculator Help"           ,  18076
  500.    3:CALENDAR.HLP, "Calendar Help"             ,  20656
  501.    4:CARDFILE.HLP, "Cardfile Help"             ,  24810
  502.    4:NOTEPAD.HLP,  "Notepad Help"              ,  13894
  503.    3:PBRUSH.HLP,   "Paintbrush Help"           ,  40269
  504.    3:RECORDER.EXE, "Recorder"                  ,  39152, recorder
  505.    4:RECORDER.HLP, "Recorder Help"             ,  18200
  506.    3:TERMINAL.HLP, "Terminal Help"             ,  36279
  507.    3:PACKAGER.EXE, "Object Packager"           ,  76480, packager
  508.    3:PACKAGER.HLP, "Object Packager Help"      ,  21156
  509.    3:CHARMAP.EXE,  "Character Map"             ,  22016, charmap
  510.    4:CHARMAP.HLP,  "Character Map Help"        ,  10797
  511.    3:MPLAYER.EXE,  "Media Player"              ,  33312, mplayer
  512.    3:MPLAYER.HLP,  "Media Player Help"         ,  12896
  513.    3:SOUNDREC.EXE, "Sound Recorder"            ,  51305, soundrec
  514.    3:SOUNDREC.HLP, "Sound Recorder Help"       ,  17686
  515.    4:CLIPBRD.HLP,  "Clipboard Viewer Help"     ,  13071
  516.    4:DRWATSON.EXE, "Dr. Watson System Utility" ,  26864
  517.    3:PIFEDIT.HLP,  "PIF Editor Help"           ,  33270
  518.    3:PRINTMAN.HLP, "Print Manager Help"        ,  40880
  519.    5:PROGMAN.HLP,  "Program Manager Help"      ,  30911
  520.    4:REGEDIT.HLP,  "Registration Help"         ,  22681
  521.    5:REGEDITV.HLP, "Registration Advanced Help",  15731
  522.    4:WINFILE.HLP,  "File Manager Help"         ,  76855
  523.    3:WINTUTOR.EXE, "Windows Tutorial"          , 124416, wintutor
  524.    3:WINHELP.HLP,  "Help Utility Help"         ,  26960
  525.    3:GLOSSARY.HLP, "Glossary Help"             ,  46570
  526.    3:EXPAND.EXE,   "File Expansion Utility"    ,  15285
  527.    diskspace=1507246
  528.  
  529. [win.dependents]
  530. pbrush   = 3:PBRUSH.DLL
  531. recorder = 3:RECORDER.DLL
  532. wintutor = 3:WINTUTOR.DAT
  533.  
  534. [win.games]
  535.    3:SOL.EXE,      "Solitaire"        , 180688, sol
  536.    3:WINMINE.EXE,  "Minesweeper"      ,  27776, winmine
  537.    3:SOL.HLP,      "Solitaire Help"   ,  13753
  538.    4:WINMINE.HLP,  "Minesweeper Help" ,  12754
  539.    diskspace=234971
  540.  
  541. [win.scrs]
  542.    3:SCRNSAVE.SCR, "Default Screen Saver"     ,   5328
  543.    3:SSMARQUE.SCR, "Marquee Screen Saver"     ,  16896
  544.    3:SSMYST.SCR,   "Mystify Screen Saver"     ,  19456
  545.    4:SSSTARS.SCR,  "Stars Screen Saver"       ,  17536
  546.    3:ssflywin.scr, "Flying Windows Screen Saver",  16160
  547.    diskspace=75376
  548.  
  549. [win.bmps]
  550.    3:256COLOR.BMP, "256-Color Wallpaper"      ,   5078
  551.    4:ARCADE.BMP,   "Arcade Wallpaper"         ,    630
  552.    4:ARCHES.BMP,   "Arches Wallpaper"         ,  10358
  553.    3:ARGYLE.BMP,   "Argyle Wallpaper"         ,    630
  554.    4:CARS.BMP,     "Cars Wallpaper"           ,    630
  555.    4:CASTLE.BMP,   "Castle Wallpaper"         ,    778
  556.    4:CHITZ.BMP,    "Chitz Wallpaper"          ,  19918
  557.    3:EGYPT.BMP,    "Egypt Wallpaper"          ,    630
  558.    3:FLOCK.BMP,    "Flock Wallpaper"          ,   1630
  559.    4:HONEY.BMP,    "Honey Wallpaper"          ,    854
  560.    4:MARBLE.BMP,   "Marble Wallpaper"         ,  27646
  561.    4:RIVETS.BMP,   "Rivets Wallpaper"         ,    630
  562.    4:REDBRICK.BMP, "Red Brick Wallpaper"      ,    630
  563.    4:SQUARES.BMP,  "Squares Wallpaper"        ,    630
  564.    4:TARTAN.BMP,   "Tartan Wallpaper"         ,  32886
  565.    3:THATCH.BMP,   "Thatch Wallpaper"         ,    598
  566.    4:WINLOGO.BMP,  "Windows Logo Wallpaper"   ,  38518
  567.    4:ZIGZAG.BMP,   "Zigzag Wallpaper"         ,    630
  568.    4:LEAVES.BMP,   "Leaves Wallpaper"         ,  15118
  569.    5:ding.wav,     "Ding Sound"               ,  11598
  570.    3:chord.wav,    "Chord Sound"              ,  24982
  571.    3:chimes.wav,   "Chimes Sound"             ,  15920
  572.    3:tada.wav,     "Trumpet Sound"            ,  27804
  573.    3:canyon.mid,   "Canyon MIDI Song"         ,  33883
  574.    diskspace=272609
  575.  
  576. [win.readme]
  577.    3:readme.wri,   "General Readme"           ,  99584, readme
  578.    3:networks.wri, "Networks Readme"          ,  68096
  579.    3:winini.wri,   "Win.ini Readme"           ,  31104
  580.    3:sysini.wri,   "System.ini Readme"        ,  53760
  581.    3:printers.wri, "Printers Readme"          ,  44928
  582.    3:apps.hlp,     "Application Compatibility Help",  15694
  583.    diskspace=313166
  584.  
  585. ; The [*.groups] sections maps a group section to the group name used in
  586. ; Program Manager.
  587. ;
  588. ; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
  589. ;
  590. ; This section is used for upgrading from 3.X to 3.1.
  591. [new.groups]
  592. group7=Main,1
  593. group1=StartUp
  594. group2=Accessories
  595. group6=Games
  596.  
  597. ; This section is for new install.
  598. [progman.groups]
  599. group3=Main,1
  600. group4=Accessories
  601. group5=Games
  602. group1=StartUp
  603.  
  604. ; Progman DDE control section. This section controls the progman DDE and defines which
  605. ; .exe's will be added to which groups. The [progman.groups] sections lists section
  606. ; names that each describe the contents of that group.
  607. ;
  608. ; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
  609. ;
  610. ; If the profile field is left NULL, the item will always be added to the group. Otherwise
  611. ; the item will only be added if it was installed via the partial install dlg.
  612. ;
  613. ;
  614. ; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
  615. ;
  616.  
  617. [group3]
  618. "File Manager",     WINFILE.EXE
  619. "Control Panel",    CONTROL.EXE
  620. "Print Manager",    PRINTMAN.EXE
  621. "Clipboard Viewer", CLIPBRD.EXE
  622. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  623. "Windows Setup",    SETUP.EXE
  624. "PIF Editor",       PIFEDIT.EXE
  625. "Read Me",          README.WRI,,,                              readme
  626.  
  627. [group4]
  628. "Write",            WRITE.EXE
  629. "Paintbrush",       PBRUSH.EXE,,,                              pbrush
  630. "Terminal",         TERMINAL.EXE,,,                            terminal
  631. "Notepad",          NOTEPAD.EXE,,,                             notepad
  632. "Recorder",         RECORDER.EXE,,,                            recorder
  633. "Cardfile",         CARDFILE.EXE,,,                            cardfile
  634. "Calendar",         CALENDAR.EXE,,,                            calendar
  635. "Calculator",       CALC.EXE,,,                                calc
  636. "Clock",            CLOCK.EXE,,,                               clock
  637. "Object Packager",  PACKAGER.EXE,,,                            packager
  638. "Character Map",    CHARMAP.EXE,,,                             charmap
  639. "Media Player",     MPLAYER.EXE,,,                             mplayer
  640. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  641.  
  642. [group5]
  643. "Solitaire",        SOL.EXE,,,                                 sol
  644. "Minesweeper",      WINMINE.EXE,,,                             winmine
  645.  
  646. [group1]
  647. "Dr. Watson"
  648. "SmartCopy",        SMRTCPY.EXE,,,                                scpy
  649.  
  650. [group2]
  651. "Object Packager",  PACKAGER.EXE,,,                            packager
  652. "Character Map",    CHARMAP.EXE,,,                             charmap
  653. "Media Player",     MPLAYER.EXE,,,                             mplayer
  654. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  655. "PIF Editor"
  656. "Write",            WRITE.EXE
  657.  
  658. [group6]
  659. "Solitaire",        SOL.EXE,,,                                 sol
  660. "Minesweeper",      WINMINE.EXE,,,                             winmine
  661.  
  662. [group7]
  663. "PIF Editor",       PIFEDIT.EXE
  664. "Read Me"
  665. "DOS Prompt"
  666. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  667. "Read Me",          README.WRI,,,                              readme
  668. "Tutorial"
  669.  
  670. [fonts]
  671.    5:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  672.    5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  673.  
  674.    5:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
  675.    5:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  676.  
  677.    5:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  678.    5:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  679.  
  680.    5:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
  681.    5:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"
  682.  
  683.    5:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  684.    5:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  685.  
  686.    5:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
  687.    5:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  688.  
  689.    5:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  690.    5:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  691.    5:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  692.  
  693. [ttfonts]
  694. ;
  695. ;Font Header file, Description string,       Font file,     FontFamily/Flags
  696. ;
  697. ; Flags:  0000 = Normal weighted font.
  698. ;         0100 = Bolded font.
  699. ;         1000 = Italic font.
  700. ; NOTE: Flags not currently used.
  701. ;
  702. ; NOTE: The first letter of each word in the font desctiption string needs
  703. ;       to be capitalized.
  704. ;
  705. 5:ARIAL.FOT,   "Arial (TrueType)",                       5:arial.ttf,   ""
  706. 5:ARIALBD.FOT, "Arial Bold (TrueType)",                  5:arialbd.ttf,  "Arial0100"
  707. 5:ARIALBI.FOT, "Arial Bold Italic (TrueType)",           5:arialbi.ttf, "Arial1100"
  708. 5:ARIALI.FOT,  "Arial Italic (TrueType)",                5:ariali.ttf,  "Arial1000"
  709. 5:COUR.FOT,    "Courier New (TrueType)",                 5:cour.ttf,    ""
  710. 5:COURBD.FOT,  "Courier New Bold (TrueType)",            5:courbd.ttf,  "Courier0100"
  711. 6:COURBI.FOT,  "Courier New Bold Italic (TrueType)",     5:courbi.ttf,  "Courier1100"
  712. 5:COURI.FOT,   "Courier New Italic (TrueType)",          5:couri.ttf,   "Courier1000"
  713. 5:TIMES.FOT,   "Times New Roman (TrueType)",             5:times.ttf,   ""
  714. 5:TIMESBD.FOT, "Times New Roman Bold (TrueType)",        5:timesbd.ttf, "Times New Roman0100"
  715. 5:TIMESBI.FOT, "Times New Roman Bold Italic (TrueType)", 5:timesbi.ttf, "Times New Roman1100"
  716. 5:TIMESI.FOT,  "Times New Roman Italic (TrueType)",      5:timesi.ttf,  "Times New Roman1000"
  717. 6:SYMBOL.FOT,  "Symbol (TrueType)",                      6:symbol.ttf,  ""
  718. 6:WINGDING.FOT,"WingDings (TrueType)",                   6:wingding.ttf,""
  719.  
  720. ; If any of these drivers are found in the config.sys file, Setup removes them.
  721. [compatibility]
  722. icache.sys   
  723. ibmcache.sys 
  724. cache.sys    
  725. cache.exe    
  726. mcache.sys   
  727. fast512.sys
  728.  
  729. ; Known TSRs and drivers which may result in a hang or crash
  730. ; during execution of Setup or Windows.
  731. ;
  732. ; filename = description string
  733. [incompTSR1]
  734. ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
  735. qmaps.sys   = "QMAPS Memory Manager"
  736. qcache.exe  = "386 Max Disk Cache Utility"
  737. cache.exe   = "Disk Cache Utility"
  738. flash.exe   = "Flash Disk Cache Utility"
  739. hyper386.exe= "Hyper Disk Cache Utility"
  740. hyperdkx.exe= "Hyper Disk Cache Utility"
  741. hyper286.exe= "Hyper Disk Cache Utility"
  742. hyperdke.exe= "Hyper Disk Cache Utility"
  743. hyperdkc.exe= "Hyper Disk Cache Utility"
  744. ncache.exe  = "Norton Disk Cache Utility"
  745. pc-kwik.exe = "PC-Kwik Disk Cache Utility"
  746. pc-cache.com= "PC Tools Disk Cache Utility"
  747. superpck.exe= "Super PC-Kwik Disk Cache Utility"
  748. vdisk.sys   = "IBM RAM Disk Utility" 
  749. allemm4.sys="All Charge 386"
  750. anarkey.com="Anarkey"
  751. vsafe.sys = "Central Point Anti-Virus"
  752. vsafe.com = "Central Point Anti-Virus TSR"
  753. vdefend.sys="PC Tools VDefend"
  754. vdefend.com="PC Tools VDefend"
  755. kbflow.exe="KBFlow TSR by Artisoft"
  756. s-ice.exe="SoftIce"
  757. desktop.exe="PC Tools Desktop TSR"
  758. sk2.exe="Sidekick Version 2.0"
  759. sk.com="Sidekick Version 1.0"
  760. skplus.exe="Sidekick Plus"
  761. print.exe="MS-DOS PRINT Utility"
  762. pyro.exe="Pyro! Screen Saver"
  763. asplogin.exe="ASP Integrity Toolkit"
  764. lsallow.exe="Lansight Network Utilities TSR"
  765. lansel.exe="Lansight Network Utilities TSR"
  766. vaccine.exe="Vaccine Antivirus Program"
  767. newspace.exe="Newspace Disk Compression Utility"
  768. newres.exe="Newspace Disk Compression Utility"
  769. tscsi.sys="Trantor T100  SCSI driver"
  770. pcpanel.exe="Lasertools Printer Control Panel"
  771. hpemm386.sys = "HP Expanded Memory Manager"
  772. hpemm486.sys = "HP Expanded Memory Manager"
  773. ramtype.sys  = "Ramtype Utility"
  774. iemm.sys     = "Memory Manager"
  775. ilim386.sys  = "Intel Expanded Memory Emulator"
  776. cmdedit.com  = "Command Line Editor"
  777. hpmm.sys     = "HP Memory Manager"
  778. ced.exe      = "PCED Command Line Editor"
  779. ced.com      = "CED Command Line Editor"
  780. umbpro.sys   = "UMB Pro Memory Manager"
  781. rm386.sys    = "NetRoom Memory Manager"
  782.  
  783. ; Known TSRs and device drivers which can(!) potentially cause problems
  784. ; if running during Setup or Windows
  785. ;
  786. ; filename = description string
  787. [incompTSR2]
  788. ndosedit.com  = "Command Line Editor"
  789. doscue.com="DOSCUE Command Line Editor"
  790. datamon.exe="PC Tools Datamon"
  791. subst.exe="MS-DOS SUBST Utility"
  792. join.exe="MS-DOS JOIN Utility"
  793. viralert.sys="Data Physician Plus TSR"
  794. graphics.com="MS-DOS GRAPHICS Utility"
  795. le.com="Le Menu Menuing Package"
  796. assign.com="MS-DOS ASSIGN Utility"
  797. append.com="MS-DOS APPEND Utility"
  798. diskmon.exe="Norton Disk Monitoring TSR"
  799. dubldisk.sys="Double Disk Data Compression Utility"
  800. pa.exe = "Printer Assist"
  801. speedfxr.com = "Speedfxr"
  802. pcsxmaem.sys = "pcsxmaem Utility"
  803. xmaem.sys    = "xmaem Utility"
  804. cubitr.exe   = "Cubit"
  805.  
  806. [block_devices]
  807. tscsi.sys
  808. tcscsi.sys
  809. atdosxl.sys
  810. dmdrvr.bin
  811. drdrive.sys
  812.  
  813. [Installable.Drivers]
  814. ; key         = filename,       type(s),     description, VxD(s), Default Params
  815. msadlib       = 3:msadlib.drv,  "MIDI",      "Ad Lib", 3:vadlibd.386,
  816. lapc1         = 4:mpu401.drv,   "MIDI",      "Roland LAPC1",,
  817. midimapper    = 4:midimap.drv,  "MidiMapper", "MIDI Mapper",,
  818. mpu401        = 4:mpu401.drv,   "MIDI",      "Roland MPU-401",,
  819. sequencer     = 4:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
  820. soundblaster  = 3:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 3:vsbd.386,, msadlib
  821. soundblaster2 = 3:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 3:vsbd.386,, msadlib
  822. timer         = 3:timer.drv,    "Timer",     "Timer", 3:vtdapi.386,
  823. thunder       = 3:sndblst2.drv, "Wave", "Media Vision Thunder Board", 3:vsbd.386,, msadlib
  824. wave          = 4:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
  825. cdaudio       = 6:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,
  826.  
  827. ; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
  828. ; equivalents. The disk names should be the first entries in the list.
  829.  
  830. [translate]
  831. WinDiskName=26,"Microsoft Windows 3.0 Disk"
  832. WinDiskName=14,"Windows Disk #"
  833. *vddvga=1:vddvga30.386
  834. cti.lgo=2:herclogo.lgo
  835. herclogo.rle=1:herclogo.rle
  836. vddega=1:vddega.386
  837. vgacolor.gr2=2:vgacolor.2gr
  838. vgalogo.lgo=2:vgalogo.lgo
  839. vgalogo.rle=2:vgalogo.rle
  840. rgdi.lgo=2:vgalogo.lgo
  841. rgdi.rle=2:vgalogo.rle
  842. vga.gr3=2:vga30.3gr
  843. v7vga.gr3=2:v7vga.3gr
  844. cga40woa.fon=2:cga40woa.fon
  845. cga40850.fon=2:cga40850.fon
  846. cga80woa.fon=2:cga80woa.fon
  847. cga80850.fon=2:cga80850.fon
  848. ega40woa.fon=2:ega40woa.fon
  849. ega40850.fon=2:ega40850.fon
  850. ega80woa.fon=2:ega80woa.fon
  851. ega80850.fon=2:ega80850.fon
  852. vgasys.fon=1:vgasys.fon
  853. vgafix.fon=2:vgafix.fon
  854. vgaoem.fon=2:vgaoem.fon
  855. helvb.fon=5:sserifb.fon
  856. helve.fon=5:sserife.fon
  857. helvf.fon=5:sseriff.fon
  858. courb.fon=5:courb.fon
  859. coure.fon=5:coure.fon
  860. courf.fon=5:courf.fon
  861. tmsrb.fon=5:serifb.fon
  862. tmsre.fon=5:serife.fon
  863. tmsrf.fon=5:seriff.fon
  864. symbolb.fon=5:symbolb.fon
  865. symbole.fon=5:symbole.fon
  866. symbolf.fon=5:symbolf.fon
  867. roman.fon=5:roman.fon
  868. script.fon=5:script.fon
  869. modern.fon=5:modern.fon
  870. kbdbe.dll=2:kbdbe.dll
  871. kbduk.dll=2:kbduk.dll
  872. kbdda.dll=2:kbdda.dll
  873. kbdne.dll=2:kbdne.dll
  874. kbdfi.dll=2:kbdfi.dll
  875. kbdfr.dll=2:kbdfr.dll
  876. kbdca.dll=2:kbdca.dll
  877. kbdgr.dll=2:kbdgr.dll
  878. kbdic.dll=2:kbdic.dll
  879. kbdit.dll=2:kbdit.dll
  880. kbdla.dll=2:kbdla.dll
  881. kbdno.dll=2:kbdno.dll
  882. kbdpo.dll=2:kbdpo.dll
  883. kbdsp.dll=2:kbdsp.dll
  884. kbdsw.dll=2:kbdsw.dll
  885. kbdsf.dll=2:kbdsf.dll
  886. kbdsg.dll=2:kbdsg.dll
  887. kbdus.dll=2:kbdus.dll
  888. kbddv.dll=2:kbddv.dll
  889. kbdusx.dll=2:kbdusx.dll
  890. xlat863.bin=2:xlat863.bin
  891. xlat861.bin=2:xlat861.bin
  892. xlat865.bin=2:xlat865.bin
  893. xlat850.bin=2:xlat850.bin
  894. xlat860.bin=2:xlat860.bin
  895. vga863.fon=2:vga863.fon
  896. vga861.fon=2:vga861.fon
  897. vga865.fon=2:vga865.fon
  898. vga850.fon=2:vga850.fon
  899. vga860.fon=2:vga860.fon
  900. win.cnf=1:win.cnf
  901.  
  902. ; Used to update files that already exist on the disk
  903. ;
  904. [Update.Files]
  905. 0:system,3:sndblst.drv
  906. 0:system,3:sndblst2.drv
  907. 0:system,4:mpu401.drv
  908. 0:system,3:msadlib.drv
  909. 0:system,3:vtdapi.386
  910. 0:system,3:vsbd.386
  911. 0:system,3:vadlibd.386
  912. 0:system,4:mcicda.drv
  913.  
  914. ; Used to update dependents of files in the [Update.Files] section.
  915. ;
  916. [Update.Dependents]
  917. msadlib.drv = 3:vadlibd.386
  918. sndblst.drv = 3:vsbd.386
  919. sndblst2.drv = 3:vsbd.386
  920.  
  921. ; This section is processed by both the DOS and WINDOWS portions of setup
  922. ; for temporarily renaming profile strings during setup. THE RENAME
  923. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  924. ; A RIGHT HAND SIDE STRING.
  925. ;
  926. ; .ini file,  section name, temporary profile name, Original profile name.
  927. ;
  928. [ini.upd.patches]
  929.   system.ini, Boot,    "olddrivers"    ,"drivers"
  930.   win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  931.   system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  932.   system.ini, Boot,    "oldshell"      ,"shell"
  933.  
  934. ; Used by the windows half to shrink the memory needed to hold this pig.
  935. ;
  936. [blowaway]
  937.    this line needed
  938.  
  939. [ini.upd.31]
  940. ;
  941. ; WARNING: This section only works on win.ini or system.ini !!
  942. ;
  943. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  944. ;
  945. ; If the "old line to be replaced" field is empty, setup will assume that
  946. ; the new line is to be added. The rename operater tells setup to retain the RHS
  947. ; of the profile. This is used as a renaming mechanism during upgrades.
  948. ; Nb : Simple string substitution is implemented :
  949. ;     ?P means any valid MS-DOS path
  950. ;
  951.   system.ini, Boot,                               ,   "taskman.exe="
  952.   system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  953.   system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  954.   system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"                      
  955.   system.ini, drivers,                            ,   "timer=timer.drv"
  956.   system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  957.   system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  958.   system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  959.   system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  960.   system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  961.   system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  962.   system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  963.   system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  964.   system.ini, 386Enh,          "device=vpicda.386",   "device=*vpicd"
  965.   system.ini, 386Enh,          "device=*vhd"      ,   "device=*blockdev"
  966.   system.ini, 386Enh,          "device=*vpd"      ,
  967.   system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  968.   system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  969.   system.ini, 386Enh,                             ,   "device=*pagefile"
  970.   system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  971.   system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  972.   win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  973.   win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=chord.wav, Exclamation"  ,noclobber
  974.   win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=tada.wav, Windows Start"       ,noclobber
  975.   win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  976.   win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=chord.wav, Critical Stop"       ,noclobber
  977.   win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=chord.wav, Question"        ,noclobber
  978.   win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=chord.wav, Asterisk"        ,noclobber
  979.   win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  980.   win.ini   , "mci extensions",                   ,   "mid=sequencer"
  981.   win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  982.   win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  983.   win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  984.   win.ini   , FontSubstitutes, "Courier=Courier New" ,
  985.   win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  986.   win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  987.   win.ini   , "Microsoft Word 2.0", "HPDSKJET="   ,   "HPDSKJET=+1"             ,noclobber
  988.   ;
  989.   ; Remove these Win 3.0 font entries from win.ini because they have either
  990.   ; been replaced or removed for Win 3.1
  991.   ;
  992.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  993.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  994.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  995.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  996.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  997.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  998.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  999.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  1000.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  1001.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  1002.   ;
  1003.   ; Remove these font entries if they exist because these .ini entries
  1004.   ; are obsolete. We use "TrueType" rather than "Scalable"
  1005.   ;
  1006.   win.ini, Fonts, "Arial (Scalable)="
  1007.   win.ini, Fonts, "Arial Bold (Scalable)="
  1008.   win.ini, Fonts, "Arial Bold Italic (Scalable)="
  1009.   win.ini, Fonts, "Arial Italic (Scalable)="
  1010.   win.ini, Fonts, "Courier (Scalable)="
  1011.   win.ini, Fonts, "Courier Bold (Scalable)="
  1012.   win.ini, Fonts, "Courier Italic (Scalable)="
  1013.   win.ini, Fonts, "Courier Bold Italic (Scalable)="
  1014.   win.ini, Fonts, "Courier (TrueType)"
  1015.   win.ini, Fonts, "Courier Bold (TrueType)"
  1016.   win.ini, Fonts, "Courier Bold Italic (TrueType)"
  1017.   win.ini, Fonts, "Courier Italic (TrueType)"
  1018.   win.ini, Fonts, "Times New Roman (Scalable)="
  1019.   win.ini, Fonts, "Times New Roman Bold (Scalable)="
  1020.   win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  1021.   win.ini, Fonts, "Times New Roman Italic (Scalable)="
  1022.   win.ini, Fonts, "Symbol PS (Scalable)="
  1023.   win.ini, Fonts, "Symbol (Scalable)="
  1024.   ;
  1025.   ; Remove these font entries if they exist because these .ini entries
  1026.   ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  1027.   ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  1028.   ;
  1029.   win.ini, Fonts, "Roman (All res)="
  1030.   win.ini, Fonts, "Script (All res)="
  1031.   win.ini, Fonts, "Modern (All res)="
  1032.   win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  1033.   ;
  1034.   ; The following lines will cause the MS-DOS half of setup to effectivly
  1035.   ; rename the [Fonts] section in win.ini. Setup does this by adding the
  1036.   ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  1037.   ; [Fonts] section string. Later, in the windows half of setup, it will
  1038.   ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  1039.   ;
  1040.   win.ini, Fonts,              , "[wt4gpi8s56bz]"
  1041.   win.ini, Fonts,   "[Fonts]"  ,
  1042.  
  1043.   ; The following line makes USER skip persistent net connections
  1044.   ; USER immediately deletes the entry so it is a onetime thing.
  1045.   win.ini, windows,, "SetupWin=1"
  1046.  
  1047.   ; The following lines fix problems with APPS
  1048.   win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  1049.   win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  1050.   win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  1051.   win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  1052.   win.ini, Compatibility,"REM=", "REM=0x8022"
  1053.   win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  1054.   win.ini, Compatibility,"CP=", "CP=0x0040"
  1055.   win.ini, Compatibility,"JW=", "JW=0x42080"
  1056.   win.ini, Compatibility,"TME=", "TME=0x0100"
  1057.   win.ini, Compatibility,"VB=", "VB=0x0200"
  1058.   win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  1059.   win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  1060.   win.ini, Compatibility,"VISION=", "VISION=0x0040"
  1061.   win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  1062.   win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  1063.   win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  1064.   win.ini, Compatibility,"PM4=", "PM4=0x2000"
  1065.   win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  1066.   win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  1067.   win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  1068.   win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  1069.   win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  1070.   win.ini, Compatibility,"PR2=", "PR2=0x2000"
  1071.   win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  1072.   win.ini, Compatibility,"ED=", "ED=0x00010000"
  1073.   win.ini, Compatibility,"PP=",
  1074.   win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  1075.   win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  1076.   win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  1077.   win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  1078.   win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  1079.   win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  1080.   win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  1081.  
  1082. [system]
  1083. ; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
  1084. ;
  1085. ; These   are the   drivers   which may vary from system to system,
  1086. ; but are selected only   by the [machine] menu -- they do not have
  1087. ; special menus   for their selection.
  1088. system   =    1:system.drv
  1089. sound    =    1:mmsound.drv
  1090. comm     =    1:comm.drv
  1091. hpsystem =    2:hpsystem.drv
  1092.  
  1093. [machine]
  1094. ; This section defines default machine selections.  The   system
  1095. ; description from each   entry will appear in the initial machine
  1096. ; selection menu of Setup.
  1097. ;
  1098. ; An * means that setup will use the device specified here and override
  1099. ; the detected device, this applies to keyboards, mice, and displays.
  1100. ;
  1101. ; Each entry contains a   descriptive line for the system-selection menu,
  1102. ; followed by the filenames of the drivers in fixed order.
  1103. ;
  1104. ;      Field      1         2           3        4         5          6         7          8         9             10     11
  1105. ; prof_str      = Desc Str, System drv, kbd drv, kbd type, mouse drv, disp drv, sound drv, comm drv, himem switch, ebios, cookies
  1106. ;
  1107. ibm_compatible  = "MS-DOS System",system,kbd,t4s0enha,nomouse,vgahires,sound,comm,,ebios,
  1108. ;
  1109.  
  1110. [special_adapter]
  1111. eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.
  1112. cdrom       = 2:lanman10.386            ; Needed for CD Rom extensions.
  1113.  
  1114. [ebios]
  1115. ebios       = x:*ebios               ; Required for most 386 machines.
  1116. hpebios     = 1:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1117.  
  1118. ;
  1119. ; Language DLL must be installed for non US installation.
  1120. ;
  1121. ; profile = language DLL, DLL description, language ID (ilanguage)
  1122. ;
  1123. [language]
  1124. dan = 2:langsca.dll, "Danish"                              ,1030
  1125. nld = 2:langdut.dll, "Dutch"                               ,1043
  1126. enu =                     , "English (American)"             ,1033
  1127. eng = 2:langeng.dll, "English (International)"             ,2057
  1128. fin = 2:langsca.dll, "Finnish"                             ,1035
  1129. fra = 2:langfrn.dll, "French"                              ,1036
  1130. frc = 2:langeng.dll, "French Canadian"                       ,3084
  1131. deu = 2:langger.dll, "German"                              ,1031
  1132. isl = 2:langsca.dll, "Icelandic"                           ,1039
  1133. ita = 2:langeng.dll, "Italian"                             ,1040
  1134. nor = 2:langsca.dll, "Norwegian"                           ,1044
  1135. ptg = 2:langeng.dll, "Portuguese"                           ,2070
  1136. esp = 2:langspa.dll, "Spanish"                             ,1034
  1137. esn = 2:langeng.dll, "Spanish (Modern)"                      ,3082
  1138. sve = 2:langsca.dll, "Swedish"                                ,1053
  1139.